home *** CD-ROM | disk | FTP | other *** search
/ The Complete Utilities To…ka 501 Killer Utilities! / 501 Killer Utilities! (Macworld July 1995).cdr / Programming / BoxMaker++ / Typical / Typicalshell.h < prev   
Encoding:
C/C++ Source or Header  |  1995-01-19  |  287 b   |  19 lines  |  [TEXT/KAHL]

  1.  
  2. class typicalshell : public boxmaker
  3. {
  4.     public:
  5.         typicalshell();
  6.  
  7.     protected:
  8.         virtual void OpenDoc( Boolean opening);
  9.  
  10.         virtual void DoMenu( long retVal);
  11.         
  12.     private:
  13.         static const int kOurQuitItem;
  14.         static const OSType dontChange;
  15.  
  16.         OSType creatorToSet;
  17.         OSType typeToSet;
  18. };
  19.